home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960715-19961006 / 000197_news@columbia.edu _Wed Aug 14 15:38:00 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  4KB

  1. Return-Path: news@columbia.edu
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id PAA08193 for <kermit.misc@watsun.cc.columbia.edu>; Wed, 14 Aug 1996 15:37:59 -0400 (EDT)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.7.5/8.7.3) id PAA11920 for kermit.misc@watsun; Wed, 14 Aug 1996 15:37:58 -0400 (EDT)
  4. Path: news.columbia.edu!panix!news.eecs.umich.edu!news.flint.umich.edu!news.gmi.edu!zombie.ncsc.mil!news.mathworks.com!newsfeed.internetmci.com!in3.uu.net!frankensun.altair.com!newsserver.pixel.kodak.com!newsserver.rdcs.Kodak.COM!usenet
  5. From: "Abraham D. Figueroa" <abrahamf@kodak.com>
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Kermit locks up while displaying
  8. Date: Wed, 14 Aug 1996 12:19:09 -0400
  9. Organization: NITC
  10. Lines: 87
  11. Message-ID: <3211FC7D.4BC@kodak.com>
  12. Reply-To: abrahamf@kodak.com
  13. NNTP-Posting-Host: abrahamf.itc.kodak.com
  14. Mime-Version: 1.0
  15. Content-Type: multipart/mixed; boundary="------------1E4D39511B18"
  16. X-Mailer: Mozilla 2.01 (Macintosh; I; 68K)
  17.  
  18. This is a multi-part message in MIME format.
  19.  
  20. --------------1E4D39511B18
  21. Content-Type: text/plain; charset=us-ascii
  22. Content-Transfer-Encoding: 7bit
  23.  
  24. I hope that you will be able to help me figure out the 
  25. problem. I am using a PCMCIA card on a Toshiba Laptop.
  26. I have had no problems using this configuration from within Windows3.1
  27. when using applications such as FaxWorks, QuickLink, etc. However, 
  28. when I use Kermit it always locksup. I've tried modifying several
  29. parameters and it does seem to work fine with just one SLOW speed
  30. rate (2.4Kbps). I am attaching a copy of the AUTOEXEC.BAT and the
  31. CONFIG.SYS, I hope this helps.
  32.  
  33. Any help will be greatly appreciated. Please respond directly to
  34.  
  35.  abrahamf@kodak.com
  36.  
  37.  
  38. Thank you in advance,
  39.  
  40. Abe
  41.  
  42. --------------1E4D39511B18
  43. Content-Type: text/plain; charset=us-ascii; x-mac-type="54455854"; x-mac-creator="3F3F3F3F"
  44. Content-Transfer-Encoding: 7bit
  45. Content-Disposition: inline; filename="autoexec.bat"
  46.  
  47. C:\SCSI\MSCDEX.EXE /D:ASPICD0 /M:12
  48. remCOPY C:\WINDOWS\WIN.LAN C:\WINDOWS\WIN.INI
  49. remCOPY C:\WINDOWS\SYSTEM.LAN C:\WINDOWS\SYSTEM.INI
  50. remCOPY C:\WINDOWS\PROTOCOL.LAN C:\WINDOWS\PROTOCOL.INI
  51. ;doskey
  52. @echo off
  53. PATH=C:\WINDOWS;C:\WINWORD;C:\DOS;C:\MOUSE;C:\WAVELAN;C:\SCSI;C:\KERMIT
  54. PROMPT $p$g
  55. set FAXPATH=C:\FAXPLUSW\
  56. SET MSINPUT=C:\MSINPUT
  57. LH /L:0;2,25088 /S C:\MSINPUT\MOUSE\MOUSE.EXE /Q
  58. @ECHO OFF
  59. REM PCM+ path added.
  60. PATH PCMPLUS3;%PATH%
  61. SET TEMP=C:\WINDOWS\TEMP
  62. LH /L:0;2,16400 /S C:\WINDOWS\SMARTDRV.EXE /X 2048 128
  63. rem C:\CELLECT\CELL-ON /WE000
  64. rem WIN
  65.  
  66. REM original autoexec.bat with multiple config. is saved in C:KIRK
  67.  
  68. --------------1E4D39511B18
  69. Content-Type: text/plain; charset=us-ascii; x-mac-type="54455854"; x-mac-creator="3F3F3F3F"
  70. Content-Transfer-Encoding: 7bit
  71. Content-Disposition: inline; filename="config.sys"
  72.  
  73. DEVICE=C:\DOS\HIMEM.SYS
  74. DEVICE=C:\DOS\EMM386.EXE NOEMS X=C800-C8FF X=D000-D1FF X=E000-E7FF
  75. BUFFERS=15,0
  76. FILES=40
  77. DOS=UMB
  78. LASTDRIVE=Z
  79. FCBS=4,0
  80. REM BY PCM+  X=C800-C8FF
  81. STACKS=9,256
  82. DOS=HIGH
  83. DEVICE=C:\PCMPLUS3\CNFIGNAM.EXE /DEFAULT
  84. DEVICE=C:\PCMPLUS3\PCMSS.EXE
  85. DEVICE=C:\PCMPLUS3\PCMCS.EXE
  86. DEVICE=C:\PCMPLUS3\PCMRMAN.SYS
  87. DEVICE=C:\PCMPLUS3\PCMSCD.EXE
  88. DEVICEHIGH /L:1,12048 =C:\DOS\SETVER.EXE
  89. DEVICEHIGH /L:0;1,8112 /S =C:\DOS\POWER.EXE
  90. DEVICEHIGH /L:1,4560 =C:\WINDOWS\IFSHLP.SYS
  91. rem DEVICE=C:\WAVELAN\WAVECLI.EXE
  92.  
  93. REM original config.sys with multiple config. is saved in C:\KIRK
  94. DEVICEHIGH /L:2,26832 =C:\SCSI\ASPI2DOS.SYS /D /Z
  95.  
  96. rem DEVICE=C:\SCSI\ASPICD.SYS /D:ASPICD0
  97. [COMMON]
  98.  
  99.  
  100. rem DEVICE=C:\DESKSCAN\MINI400I.SYS
  101. rem DEVICE=C:\DESKSCAN\SJIIX.SYS
  102.  
  103. --------------1E4D39511B18--
  104.